home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / sweep / O.sgi / Makefile < prev    next >
Makefile  |  1993-01-29  |  409b  |  21 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6. LIBS = ${ALLOOGLLIBS} \
  7.     -lforms -lfm_s -lgl_s -lm -lmalloc \
  8.     -lformsx
  9.  
  10. all: sweep
  11.  
  12. sweep:  ${OBJS}
  13.     /bin/rm -f ../sweep || :
  14.     ${CC} ${CFLAGS} -o sweep ${OBJS} ${LIBS}
  15.     ln sweep ..
  16.  
  17. install:  install_module
  18.  
  19. install_module: sweep
  20.     ${INSTALLMODULE} sweep ../.geomview-sweep ${MODULEDIR}
  21.